'Declaration Public Function New( _
ByVal radioButtonsCollection that contains radio buttons of new radio button group.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal documentParent document of this field.As System.String, _
ByVal namePartial field name.As System.Collections.Generic.IEnumerable(Of PdfInteractiveFormRadioButtonField) _
)
public PdfInteractiveFormRadioButtonGroupField(
Vintasoft.Imaging.Pdf.PdfDocument radioButtons,
System.String document,
System.Collections.Generic.IEnumerable<PdfInteractiveFormRadioButtonField> name
)
public: PdfInteractiveFormRadioButtonGroupField(
Vintasoft.Imaging.Pdf.PdfDocument* radioButtons,
System.String document,
System.Collections.Generic.IEnumerable<PdfInteractiveFormRadioButtonField*>* name
)
public:
PdfInteractiveFormRadioButtonGroupField(
Vintasoft.Imaging.Pdf.PdfDocument^ radioButtons,
System.String document,
System.Collections.Generic.IEnumerable<PdfInteractiveFormRadioButtonField^>^ name
)
Parameters
- radioButtons
- Collection that contains radio buttons of new radio button group.
- document
- Parent document of this field.
- name
- Partial field name.